home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Game / N-P / PICKS2 / background_2723.xml next >
Encoding:
Extensible Markup Language  |  1991-09-11  |  11.9 KB  |  333 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
  3. <background>
  4.     <id>2723</id>
  5.     <filler1>0</filler1>
  6.     <bitmap>BMAP_2912.pbm</bitmap>
  7.     <cantDelete> <false /> </cantDelete>
  8.     <showPict> <true /> </showPict>
  9.     <dontSearch> <false /> </dontSearch>
  10.     <link rel="stylesheet" type="text/css" href="stylesheet_3260.css" />
  11.     <part>
  12.         <id>33</id>
  13.         <type>field</type>
  14.         <visible> <true /> </visible>
  15.         <dontWrap> <false /> </dontWrap>
  16.         <dontSearch> <false /> </dontSearch>
  17.         <sharedText> <false /> </sharedText>
  18.         <fixedLineHeight> <true /> </fixedLineHeight>
  19.         <autoTab> <false /> </autoTab>
  20.         <lockText> <true /> </lockText>
  21.         <rect>
  22.             <left>79</left>
  23.             <top>61</top>
  24.             <right>194</right>
  25.             <bottom>289</bottom>
  26.         </rect>
  27.         <style>transparent</style>
  28.         <autoSelect> <false /> </autoSelect>
  29.         <showLines> <true /> </showLines>
  30.         <wideMargins> <false /> </wideMargins>
  31.         <multipleLines> <false /> </multipleLines>
  32.         <reservedFamily> 0 </reservedFamily>
  33.         <titleWidth>0</titleWidth>
  34.         <icon>0</icon>
  35.         <textAlign>right</textAlign>
  36.         <font>Geneva</font>
  37.         <textSize>12</textSize>
  38.         <textStyle>plain</textStyle>
  39.         <textHeight>16</textHeight>
  40.         <name></name>
  41.         <script>on mousedown
  42. get the clickLine
  43. put it into XLINE1
  44. put word 2 of the clickline into xline
  45. put "Line "&  xline & " of bkgnd fld 2" into xline2
  46. put "Line "&  xline & " of bkgnd fld 5" into xline3
  47. put "Line "&  xline & " of bkgnd fld 4" into xline4
  48. select xline3
  49. PUT THE SelectedText INTO XTest
  50. if  XTest = "‚àö" then
  51. put " " into the selectedline
  52. set the textStyle of xline1 to plain
  53. set the textStyle of xline2 to bold
  54. select xline4
  55. put "‚àö" into the selectedline
  56. else if  XTest = " " then
  57. put "T" into the selectedline
  58. select xline4
  59. put "T" into the selectedline
  60. set the textStyle of xline1 to bold
  61. set the textStyle of xline2 to bold
  62. else if XTest = "T" then
  63. put "" into the selectedline
  64. select xline4
  65. put "" into the selectedline
  66. set the textStyle of xline1 to plain
  67. set the textStyle of xline2 to plain
  68. else
  69. put "‚àö" into the selectedline
  70. set the textStyle of xline1 to bold
  71. set the textStyle of xline2 to plain
  72. select xline4
  73. put " " into the selectedline
  74. end if
  75. END  mousedown
  76. </script>
  77.     </part>
  78.     <part>
  79.         <id>34</id>
  80.         <type>field</type>
  81.         <visible> <true /> </visible>
  82.         <dontWrap> <false /> </dontWrap>
  83.         <dontSearch> <false /> </dontSearch>
  84.         <sharedText> <false /> </sharedText>
  85.         <fixedLineHeight> <true /> </fixedLineHeight>
  86.         <autoTab> <false /> </autoTab>
  87.         <lockText> <true /> </lockText>
  88.         <rect>
  89.             <left>220</left>
  90.             <top>61</top>
  91.             <right>347</right>
  92.             <bottom>289</bottom>
  93.         </rect>
  94.         <style>transparent</style>
  95.         <autoSelect> <false /> </autoSelect>
  96.         <showLines> <true /> </showLines>
  97.         <wideMargins> <false /> </wideMargins>
  98.         <multipleLines> <false /> </multipleLines>
  99.         <reservedFamily> 0 </reservedFamily>
  100.         <titleWidth>0</titleWidth>
  101.         <icon>0</icon>
  102.         <textAlign>left</textAlign>
  103.         <font>Geneva</font>
  104.         <textSize>12</textSize>
  105.         <textStyle>plain</textStyle>
  106.         <textHeight>16</textHeight>
  107.         <name></name>
  108.         <script>on  mousedown
  109. get the clickLine
  110. put it into XLINE1
  111. put word 2 of the clickline into xline
  112. put "Line "&  xline & " of bkgnd fld 1" into xline2
  113. put "Line "&  xline & " of bkgnd fld 5" into xline3
  114. put "Line "&  xline & " of bkgnd fld 4" into xline4
  115. select xline4
  116. PUT THE SelectedText INTO XTest
  117. if  XTest = "‚àö" then
  118. put " " into the selectedline
  119. set the textStyle of xline1 to plain
  120. set the textStyle of xline2 to bold
  121. select xline3
  122. put "‚àö" into the selectedline
  123. else if  XTest = " " then
  124. put "T" into the selectedline
  125. select xline3
  126. put "T" into the selectedline
  127. set the textStyle of xline1 to bold
  128. set the textStyle of xline2 to bold
  129. else if XTest = "T" then
  130. put "" into the selectedline
  131. select xline3
  132. put "" into the selectedline
  133. set the textStyle of xline1 to plain
  134. set the textStyle of xline2 to plain
  135. else
  136. put "‚àö" into the selectedline
  137. set the textStyle of xline1 to bold
  138. set the textStyle of xline2 to plain
  139. select xline3
  140. put " " into the selectedline
  141. end if
  142. END  mousedown
  143. </script>
  144.     </part>
  145.     <part>
  146.         <id>35</id>
  147.         <type>field</type>
  148.         <visible> <true /> </visible>
  149.         <dontWrap> <false /> </dontWrap>
  150.         <dontSearch> <false /> </dontSearch>
  151.         <sharedText> <false /> </sharedText>
  152.         <fixedLineHeight> <false /> </fixedLineHeight>
  153.         <autoTab> <false /> </autoTab>
  154.         <lockText> <true /> </lockText>
  155.         <rect>
  156.             <left>65503</left>
  157.             <top>12</top>
  158.             <right>445</right>
  159.             <bottom>33</bottom>
  160.         </rect>
  161.         <style>transparent</style>
  162.         <autoSelect> <false /> </autoSelect>
  163.         <showLines> <false /> </showLines>
  164.         <wideMargins> <false /> </wideMargins>
  165.         <multipleLines> <false /> </multipleLines>
  166.         <reservedFamily> 0 </reservedFamily>
  167.         <titleWidth>0</titleWidth>
  168.         <icon>0</icon>
  169.         <textAlign>center</textAlign>
  170.         <font>Chicago</font>
  171.         <textSize>12</textSize>
  172.         <textStyle>plain</textStyle>
  173.         <textHeight>16</textHeight>
  174.         <name></name>
  175.         <script></script>
  176.     </part>
  177.     <part>
  178.         <id>80</id>
  179.         <type>field</type>
  180.         <visible> <true /> </visible>
  181.         <dontWrap> <false /> </dontWrap>
  182.         <dontSearch> <false /> </dontSearch>
  183.         <sharedText> <false /> </sharedText>
  184.         <fixedLineHeight> <false /> </fixedLineHeight>
  185.         <autoTab> <false /> </autoTab>
  186.         <lockText> <false /> </lockText>
  187.         <rect>
  188.             <left>347</left>
  189.             <top>61</top>
  190.             <right>365</right>
  191.             <bottom>288</bottom>
  192.         </rect>
  193.         <style>transparent</style>
  194.         <autoSelect> <false /> </autoSelect>
  195.         <showLines> <false /> </showLines>
  196.         <wideMargins> <false /> </wideMargins>
  197.         <multipleLines> <false /> </multipleLines>
  198.         <reservedFamily> 0 </reservedFamily>
  199.         <titleWidth>0</titleWidth>
  200.         <icon>0</icon>
  201.         <textAlign>right</textAlign>
  202.         <font>Geneva</font>
  203.         <textSize>12</textSize>
  204.         <textStyle>bold</textStyle>
  205.         <textHeight>16</textHeight>
  206.         <name>Win2</name>
  207.         <script>on mousedown
  208. -- get the clickLine
  209. -- select   it
  210. -- PUT THE SelectedText INTO XTest
  211. -- if  XTest = "‚àö" then
  212. -- put " " into the clickline
  213. -- put  "69,"&item two of the clickloc  into xwhere
  214. -- click at xwhere
  215. -- put "‚àö" into the clickLine
  216. -- else
  217. -- put "‚àö" into the clickline
  218. -- put  "69,"&item two of the clickloc  into xwhere
  219. -- click at xwhere
  220. -- put " " into the clickLine
  221. -- end if
  222. END  mousedown
  223. </script>
  224.     </part>
  225.     <part>
  226.         <id>81</id>
  227.         <type>field</type>
  228.         <visible> <true /> </visible>
  229.         <dontWrap> <false /> </dontWrap>
  230.         <dontSearch> <false /> </dontSearch>
  231.         <sharedText> <false /> </sharedText>
  232.         <fixedLineHeight> <false /> </fixedLineHeight>
  233.         <autoTab> <false /> </autoTab>
  234.         <lockText> <true /> </lockText>
  235.         <rect>
  236.             <left>59</left>
  237.             <top>61</top>
  238.             <right>80</right>
  239.             <bottom>287</bottom>
  240.         </rect>
  241.         <style>transparent</style>
  242.         <autoSelect> <false /> </autoSelect>
  243.         <showLines> <false /> </showLines>
  244.         <wideMargins> <false /> </wideMargins>
  245.         <multipleLines> <false /> </multipleLines>
  246.         <reservedFamily> 0 </reservedFamily>
  247.         <titleWidth>0</titleWidth>
  248.         <icon>0</icon>
  249.         <textAlign>left</textAlign>
  250.         <font>Geneva</font>
  251.         <textSize>12</textSize>
  252.         <textStyle>bold</textStyle>
  253.         <textHeight>16</textHeight>
  254.         <name>win1</name>
  255.         <script>on mousedown
  256. get the clickLine
  257. select   it
  258. PUT THE SelectedText INTO XTest
  259. put word 2 of the clickline into xline
  260. put "Line "&  xline & " of bkgnd fld 4" into xline
  261. if  XTest = "‚àö" then
  262. put " " into the clickline
  263. put  "356,"&item two of the clickloc  into xwhere
  264. --click at xwhere
  265. select xline
  266. -- put "‚àö" into the clickLine
  267. put "‚àö" into the selectedline
  268. else if  XTest = " " then
  269. put "T" into the clickline
  270. put  "356,"&item two of the clickloc  into xwhere
  271. click at xwhere
  272. put "T" into the clickLine
  273. else
  274. put "‚àö" into the clickline
  275. put  "356,"&item two of the clickloc  into xwhere
  276. click at xwhere
  277. put " " into the clickLine
  278. end if
  279. END  mousedown
  280. </script>
  281.     </part>
  282.     <part>
  283.         <id>82</id>
  284.         <type>field</type>
  285.         <visible> <true /> </visible>
  286.         <dontWrap> <false /> </dontWrap>
  287.         <dontSearch> <false /> </dontSearch>
  288.         <sharedText> <false /> </sharedText>
  289.         <fixedLineHeight> <false /> </fixedLineHeight>
  290.         <autoTab> <false /> </autoTab>
  291.         <lockText> <true /> </lockText>
  292.         <rect>
  293.             <left>142</left>
  294.             <top>295</top>
  295.             <right>276</right>
  296.             <bottom>410</bottom>
  297.         </rect>
  298.         <style>transparent</style>
  299.         <autoSelect> <false /> </autoSelect>
  300.         <showLines> <false /> </showLines>
  301.         <wideMargins> <false /> </wideMargins>
  302.         <multipleLines> <false /> </multipleLines>
  303.         <reservedFamily> 0 </reservedFamily>
  304.         <titleWidth>0</titleWidth>
  305.         <icon>0</icon>
  306.         <textAlign>center</textAlign>
  307.         <font>Geneva</font>
  308.         <textSize>12</textSize>
  309.         <textStyle>plain</textStyle>
  310.         <textHeight>16</textHeight>
  311.         <name></name>
  312.         <script></script>
  313.     </part>
  314.     <part>
  315.         <id>83</id>
  316.         <type>field</type>
  317.         <visible> <true /> </visible>
  318.         <dontWrap> <false /> </dontWrap>
  319.         <dontSearch> <false /> </dontSearch>
  320.         <sharedText> <false /> </sharedText>
  321.         <fixedLineHeight> <false /> </fixedLineHeight>
  322.         <autoTab> <false /> </autoTab>
  323.         <lockText> <true /> </lockText>
  324.         <rect>
  325.             <left>192</left>
  326.             <top>61</top>
  327.             <right>222</right>
  328.             <bottom>289</bottom>
  329.         </rect>
  330.         <style>transparent</style>
  331.         <autoSelect> <false /> </autoSelect>
  332.         <showLines> <false /> </showLines>
  333.         <wideMargins> <false /> </wideMargins>
  334.         <multipleLines> <false /> </multipleLines>
  335.         <reservedFamily> 0 </reservedFamily>
  336.         <titleWidth>0</titleWidth>
  337.         <icon>0</icon>
  338.         <textAlign>center</textAlign>
  339.         <font>Chicago</font>
  340.         <textSize>12</textSize>
  341.         <textStyle>plain</textStyle>
  342.         <textHeight>16</textHeight>
  343.         <name>RESULT</name>
  344.         <script></script>
  345.     </part>
  346.     <part>
  347.         <id>84</id>
  348.         <type>field</type>
  349.         <visible> <true /> </visible>
  350.         <dontWrap> <false /> </dontWrap>
  351.         <dontSearch> <false /> </dontSearch>
  352.         <sharedText> <false /> </sharedText>
  353.         <fixedLineHeight> <false /> </fixedLineHeight>
  354.         <autoTab> <false /> </autoTab>
  355.         <lockText> <false /> </lockText>
  356.         <rect>
  357.             <left>65505</left>
  358.             <top>37</top>
  359.             <right>448</right>
  360.             <bottom>58</bottom>
  361.         </rect>
  362.         <style>transparent</style>
  363.         <autoSelect> <false /> </autoSelect>
  364.         <showLines> <false /> </showLines>
  365.         <wideMargins> <false /> </wideMargins>
  366.         <multipleLines> <false /> </multipleLines>
  367.         <reservedFamily> 0 </reservedFamily>
  368.         <titleWidth>0</titleWidth>
  369.         <icon>0</icon>
  370.         <textAlign>center</textAlign>
  371.         <font>Geneva</font>
  372.         <textSize>12</textSize>
  373.         <textStyle>plain</textStyle>
  374.         <textHeight>16</textHeight>
  375.         <name>Owner</name>
  376.         <script></script>
  377.     </part>
  378.     <part>
  379.         <id>85</id>
  380.         <type>field</type>
  381.         <visible> <false /> </visible>
  382.         <dontWrap> <false /> </dontWrap>
  383.         <dontSearch> <false /> </dontSearch>
  384.         <sharedText> <false /> </sharedText>
  385.         <fixedLineHeight> <false /> </fixedLineHeight>
  386.         <autoTab> <false /> </autoTab>
  387.         <lockText> <false /> </lockText>
  388.         <rect>
  389.             <left>384</left>
  390.             <top>358</top>
  391.             <right>408</right>
  392.             <bottom>374</bottom>
  393.         </rect>
  394.         <style>transparent</style>
  395.         <autoSelect> <false /> </autoSelect>
  396.         <showLines> <false /> </showLines>
  397.         <wideMargins> <false /> </wideMargins>
  398.         <multipleLines> <false /> </multipleLines>
  399.         <reservedFamily> 0 </reservedFamily>
  400.         <titleWidth>0</titleWidth>
  401.         <icon>0</icon>
  402.         <textAlign>center</textAlign>
  403.         <font>Geneva</font>
  404.         <textSize>12</textSize>
  405.         <textStyle>plain</textStyle>
  406.         <textHeight>16</textHeight>
  407.         <name>ID</name>
  408.         <script></script>
  409.     </part>
  410.     <part>
  411.         <id>86</id>
  412.         <type>button</type>
  413.         <visible> <true /> </visible>
  414.         <reserved5> 0 </reserved5>
  415.         <reserved4> 0 </reserved4>
  416.         <reserved3> 0 </reserved3>
  417.         <reserved2> 0 </reserved2>
  418.         <reserved1> 0 </reserved1>
  419.         <enabled> <true /> </enabled>
  420.         <rect>
  421.             <left>341</left>
  422.             <top>355</top>
  423.             <right>424</right>
  424.             <bottom>377</bottom>
  425.         </rect>
  426.         <style>transparent</style>
  427.         <showName> <true /> </showName>
  428.         <highlight> <false /> </highlight>
  429.         <autoHighlight> <false /> </autoHighlight>
  430.         <sharedHighlight> <true /> </sharedHighlight>
  431.         <family>0</family>
  432.         <titleWidth>0</titleWidth>
  433.         <icon>0</icon>
  434.         <textAlign>center</textAlign>
  435.         <font>Geneva</font>
  436.         <textSize>9</textSize>
  437.         <textStyle>plain</textStyle>
  438.         <name>Go to 1st card</name>
  439.         <script>on mouseUp
  440. go to card firstcard
  441. end mouseUp</script>
  442.     </part>
  443.     <name></name>
  444.     <script></script>
  445. </background>
  446.